crypto/tls.serverHelloMsg.extendedMasterSecret (field)
8 uses
crypto/tls (current package)
handshake_client.go#L767: if hs.serverHello.extendedMasterSecret {
handshake_client.go#L941: if hs.session.extMasterSecret != hs.serverHello.extendedMasterSecret {
handshake_client_tls13.go#L184: hs.serverHello.extendedMasterSecret ||
handshake_messages.go#L732: extendedMasterSecret bool
handshake_messages.go#L766: if m.extendedMasterSecret {
handshake_messages.go#L920: m.extendedMasterSecret = true
handshake_server.go#L262: hs.hello.extendedMasterSecret = hs.clientHello.extendedMasterSecret
handshake_server.go#L736: if hs.hello.extendedMasterSecret {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |